net/http.http2ClientConn.canTakeNewRequestLocked (method)

3 uses

	net/http (current package)
		h2_bundle.go#L7963: 	return cc.canTakeNewRequestLocked()
		h2_bundle.go#L8068: func (cc *http2ClientConn) canTakeNewRequestLocked() bool {
		h2_bundle.go#L8689: 		if cc.closed || !cc.canTakeNewRequestLocked() {